﻿2026-07-03T10:23:04.0625041Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-03T10:23:04.0625330Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-03T10:23:04.0625507Z [36;1m$PIN = "0c95435"[0m
2026-07-03T10:23:04.0625710Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-03T10:23:04.0625911Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-03T10:23:04.0626208Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-03T10:23:04.0626548Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-03T10:23:04.0626791Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-03T10:23:04.0627023Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-03T10:23:04.0627207Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-03T10:23:04.0628019Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-03T10:23:04.0628262Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-03T10:23:04.0628453Z [36;1m}[0m
2026-07-03T10:23:04.0628575Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-03T10:23:04.0628771Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-03T10:23:04.0696589Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-03T10:23:04.0696824Z ##[endgroup]
2026-07-03T10:23:05.1084239Z    Compiling proc-macro2 v1.0.106
2026-07-03T10:23:05.1084622Z    Compiling unicode-ident v1.0.24
2026-07-03T10:23:05.1084858Z    Compiling quote v1.0.45
2026-07-03T10:23:05.1085037Z    Compiling cfg-if v1.0.4
2026-07-03T10:23:05.1085343Z    Compiling serde_core v1.0.228
2026-07-03T10:23:05.1085609Z    Compiling serde v1.0.228
2026-07-03T10:23:05.1086048Z    Compiling windows-link v0.2.1
2026-07-03T10:23:05.1086303Z    Compiling typenum v1.20.1
2026-07-03T10:23:05.1087367Z    Compiling portable-atomic v1.13.1
2026-07-03T10:23:05.1087684Z    Compiling getrandom v0.3.4
2026-07-03T10:23:05.1088167Z    Compiling version_check v0.9.5
2026-07-03T10:23:05.1088457Z    Compiling pin-project-lite v0.2.17
2026-07-03T10:23:05.1088717Z    Compiling memchr v2.8.1
2026-07-03T10:23:05.1107440Z    Compiling find-msvc-tools v0.1.9
2026-07-03T10:23:05.1108229Z    Compiling critical-section v1.2.0
2026-07-03T10:23:05.1109110Z    Compiling shlex v2.0.1
2026-07-03T10:23:05.2271726Z    Compiling windows-sys v0.61.2
2026-07-03T10:23:05.2707015Z    Compiling subtle v2.6.1
2026-07-03T10:23:05.2981180Z    Compiling equivalent v1.0.2
2026-07-03T10:23:05.3172820Z    Compiling smallvec v1.15.1
2026-07-03T10:23:05.3524819Z    Compiling futures-core v0.3.32
2026-07-03T10:23:05.4611160Z    Compiling itoa v1.0.18
2026-07-03T10:23:05.4903536Z    Compiling bytes v1.11.1
2026-07-03T10:23:05.4903918Z    Compiling semver v1.0.28
2026-07-03T10:23:05.6638435Z    Compiling stable_deref_trait v1.2.1
2026-07-03T10:23:05.7010019Z    Compiling generic-array v0.14.7
2026-07-03T10:23:05.8000896Z    Compiling log v0.4.32
2026-07-03T10:23:05.8517101Z    Compiling futures-sink v0.3.32
2026-07-03T10:23:05.8533124Z    Compiling slab v0.4.12
2026-07-03T10:23:05.8566336Z    Compiling futures-io v0.3.32
2026-07-03T10:23:05.9780822Z    Compiling rustc_version v0.4.1
2026-07-03T10:23:06.0899688Z    Compiling futures-channel v0.3.32
2026-07-03T10:23:06.1204238Z    Compiling hashbrown v0.17.1
2026-07-03T10:23:06.1614666Z    Compiling futures-task v0.3.32
2026-07-03T10:23:06.1642539Z    Compiling rustversion v1.0.22
2026-07-03T10:23:06.1948226Z    Compiling getrandom v0.2.17
2026-07-03T10:23:06.3793081Z    Compiling cpufeatures v0.2.17
2026-07-03T10:23:06.4809243Z    Compiling fnv v1.0.7
2026-07-03T10:23:06.4971606Z    Compiling libc v0.2.186
2026-07-03T10:23:06.5430830Z    Compiling cfg_aliases v0.2.1
2026-07-03T10:23:06.5671722Z    Compiling strsim v0.11.1
2026-07-03T10:23:06.6411641Z    Compiling jobserver v0.1.34
2026-07-03T10:23:06.6586585Z    Compiling rand_core v0.10.1
2026-07-03T10:23:06.6778305Z    Compiling litemap v0.8.2
2026-07-03T10:23:06.7179627Z    Compiling autocfg v1.5.1
2026-07-03T10:23:06.7213288Z    Compiling writeable v0.6.3
2026-07-03T10:23:06.7272768Z    Compiling dunce v1.0.5
2026-07-03T10:23:07.0795947Z    Compiling fs_extra v1.3.0
2026-07-03T10:23:07.2126956Z    Compiling cc v1.2.63
2026-07-03T10:23:07.2433472Z    Compiling crypto-common v0.1.7
2026-07-03T10:23:07.2658823Z    Compiling indexmap v2.14.0
2026-07-03T10:23:07.3308811Z    Compiling getrandom v0.4.2
2026-07-03T10:23:07.3536162Z    Compiling ident_case v1.0.1
2026-07-03T10:23:07.3536652Z    Compiling icu_normalizer_data v2.2.0
2026-07-03T10:23:07.4348356Z    Compiling syn v2.0.117
2026-07-03T10:23:07.4470623Z    Compiling utf8_iter v1.0.4
2026-07-03T10:23:07.5431835Z    Compiling icu_properties_data v2.2.0
2026-07-03T10:23:07.5559170Z    Compiling percent-encoding v2.3.2
2026-07-03T10:23:07.5678146Z    Compiling http v1.4.1
2026-07-03T10:23:07.5978992Z    Compiling cpufeatures v0.3.0
2026-07-03T10:23:07.6100648Z    Compiling unicode-segmentation v1.13.3
2026-07-03T10:23:07.7492796Z    Compiling aws-lc-rs v1.17.0
2026-07-03T10:23:07.8285427Z    Compiling thiserror v2.0.18
2026-07-03T10:23:07.8791412Z    Compiling scopeguard v1.2.0
2026-07-03T10:23:07.9794116Z    Compiling form_urlencoded v1.2.2
2026-07-03T10:23:08.1306636Z    Compiling lock_api v0.4.14
2026-07-03T10:23:08.2148398Z    Compiling chacha20 v0.10.0
2026-07-03T10:23:08.3093005Z    Compiling block-buffer v0.10.4
2026-07-03T10:23:08.3529992Z    Compiling winapi v0.3.9
2026-07-03T10:23:08.3889938Z    Compiling untrusted v0.9.0
2026-07-03T10:23:08.4208478Z    Compiling bitflags v2.12.1
2026-07-03T10:23:08.4381817Z    Compiling num-traits v0.2.19
2026-07-03T10:23:08.5009041Z    Compiling cmake v0.1.58
2026-07-03T10:23:08.5821234Z    Compiling rand v0.10.1
2026-07-03T10:23:08.6147464Z    Compiling digest v0.10.7
2026-07-03T10:23:08.6509463Z    Compiling windows-result v0.4.1
2026-07-03T10:23:08.6765396Z    Compiling windows-strings v0.5.1
2026-07-03T10:23:08.7667167Z    Compiling heck v0.5.0
2026-07-03T10:23:08.8032804Z    Compiling rustls v0.23.40
2026-07-03T10:23:09.0113993Z    Compiling convert_case v0.10.0
2026-07-03T10:23:09.1469551Z    Compiling anyhow v1.0.102
2026-07-03T10:23:09.2408894Z    Compiling unicode-xid v0.2.6
2026-07-03T10:23:09.3248739Z    Compiling atomic-waker v1.1.2
2026-07-03T10:23:09.4195053Z    Compiling const-oid v0.10.2
2026-07-03T10:23:09.4195516Z    Compiling aws-lc-sys v0.41.0
2026-07-03T10:23:09.4835818Z    Compiling ring v0.17.14
2026-07-03T10:23:09.6787121Z    Compiling parking_lot_core v0.9.12
2026-07-03T10:23:09.6847096Z    Compiling zerocopy v0.8.50
2026-07-03T10:23:09.7589173Z    Compiling httparse v1.10.1
2026-07-03T10:23:09.8145334Z    Compiling http-body v1.0.1
2026-07-03T10:23:09.9076787Z    Compiling curve25519-dalek v4.1.3
2026-07-03T10:23:09.9686828Z    Compiling hybrid-array v0.4.12
2026-07-03T10:23:10.1336940Z    Compiling ahash v0.8.12
2026-07-03T10:23:10.1360439Z    Compiling base64ct v1.8.3
2026-07-03T10:23:10.2421509Z    Compiling powerfmt v0.2.0
2026-07-03T10:23:10.2998758Z    Compiling either v1.16.0
2026-07-03T10:23:10.3687663Z    Compiling fastrand v2.4.1
2026-07-03T10:23:10.6864435Z    Compiling pem-rfc7468 v1.0.0
2026-07-03T10:23:10.7252923Z    Compiling deranged v0.5.8
2026-07-03T10:23:10.8329558Z    Compiling rand_core v0.6.4
2026-07-03T10:23:10.8899445Z    Compiling try-lock v0.2.5
2026-07-03T10:23:10.9026623Z    Compiling num-conv v0.2.2
2026-07-03T10:23:11.0437918Z    Compiling base64 v0.22.1
2026-07-03T10:23:11.1242913Z    Compiling zmij v1.0.21
2026-07-03T10:23:11.2759043Z    Compiling vcpkg v0.2.15
2026-07-03T10:23:11.3140624Z    Compiling tinyvec_macros v0.1.1
2026-07-03T10:23:11.3773287Z    Compiling time-core v0.1.8
2026-07-03T10:23:11.5063046Z    Compiling data-encoding v2.11.0
2026-07-03T10:23:11.6159829Z    Compiling tower-service v0.3.3
2026-07-03T10:23:11.6661500Z    Compiling pkg-config v0.3.33
2026-07-03T10:23:11.7213087Z    Compiling tinyvec v1.11.0
2026-07-03T10:23:11.7833109Z    Compiling parking_lot v0.12.5
2026-07-03T10:23:11.8636334Z    Compiling want v0.3.1
2026-07-03T10:23:11.8645350Z    Compiling crypto-common v0.2.2
2026-07-03T10:23:12.0071615Z    Compiling block-buffer v0.12.0
2026-07-03T10:23:12.1042140Z    Compiling sha2 v0.10.9
2026-07-03T10:23:12.2093119Z    Compiling vergen-lib v9.1.0
2026-07-03T10:23:12.2334267Z    Compiling synstructure v0.13.2
2026-07-03T10:23:12.3315419Z    Compiling darling_core v0.20.11
2026-07-03T10:23:12.3868653Z    Compiling inout v0.1.4
2026-07-03T10:23:12.6184075Z    Compiling n0-future v0.3.2
2026-07-03T10:23:12.7443478Z    Compiling diatomic-waker v0.2.3
2026-07-03T10:23:12.7737517Z    Compiling libsqlite3-sys v0.30.1
2026-07-03T10:23:12.9110990Z    Compiling httpdate v1.0.3
2026-07-03T10:23:12.9147415Z    Compiling spin v0.10.0
2026-07-03T10:23:12.9458974Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-03T10:23:12.9895992Z    Compiling signature v2.2.0
2026-07-03T10:23:13.1777643Z    Compiling crossbeam-utils v0.8.21
2026-07-03T10:23:13.2301821Z    Compiling cordyceps v0.3.4
2026-07-03T10:23:13.3225690Z    Compiling serde_json v1.0.150
2026-07-03T10:23:13.3685091Z    Compiling parking v2.2.1
2026-07-03T10:23:13.3821716Z    Compiling winnow v1.0.3
2026-07-03T10:23:13.4538107Z    Compiling ed25519 v2.2.3
2026-07-03T10:23:13.6113427Z    Compiling digest v0.11.3
2026-07-03T10:23:13.6635144Z    Compiling futures-lite v2.6.1
2026-07-03T10:23:13.8854575Z    Compiling cipher v0.4.4
2026-07-03T10:23:13.9312788Z    Compiling futures-buffered v0.2.13
2026-07-03T10:23:14.0419552Z    Compiling socket2 v0.6.4
2026-07-03T10:23:14.0846283Z    Compiling mio v1.2.1
2026-07-03T10:23:14.1932043Z    Compiling vergen-lib v0.1.6
2026-07-03T10:23:14.2667441Z    Compiling vergen v9.1.0
2026-07-03T10:23:14.5541187Z    Compiling universal-hash v0.5.1
2026-07-03T10:23:14.6651161Z    Compiling noq-udp v0.10.0
2026-07-03T10:23:14.8289629Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-03T10:23:14.8302561Z    Compiling heapless v0.7.17
2026-07-03T10:23:14.8432326Z    Compiling sync_wrapper v1.0.2
2026-07-03T10:23:14.8536374Z    Compiling opaque-debug v0.3.1
2026-07-03T10:23:14.9201148Z    Compiling allocator-api2 v0.2.21
2026-07-03T10:23:15.0304628Z    Compiling byteorder v1.5.0
2026-07-03T10:23:15.0348779Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-03T10:23:15.0679623Z    Compiling polyval v0.6.2
2026-07-03T10:23:15.2864190Z    Compiling serde_derive v1.0.228
2026-07-03T10:23:15.3724256Z    Compiling zeroize_derive v1.4.3
2026-07-03T10:23:15.4172574Z    Compiling zerofrom-derive v0.1.7
2026-07-03T10:23:15.4193234Z    Compiling tokio-macros v2.7.0
2026-07-03T10:23:15.4450226Z    Compiling yoke-derive v0.8.2
2026-07-03T10:23:15.4639612Z    Compiling futures-macro v0.3.32
2026-07-03T10:23:15.4921563Z    Compiling zerovec-derive v0.11.3
2026-07-03T10:23:15.5156195Z    Compiling displaydoc v0.2.6
2026-07-03T10:23:15.5740234Z    Compiling tracing-attributes v0.1.31
2026-07-03T10:23:15.5768143Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-03T10:23:16.0910642Z    Compiling thiserror-impl v2.0.18
2026-07-03T10:23:16.3799051Z    Compiling zeroize v1.8.2
2026-07-03T10:23:16.4831411Z    Compiling derive_more-impl v2.1.1
2026-07-03T10:23:16.6560776Z    Compiling darling_macro v0.20.11
2026-07-03T10:23:16.6927573Z    Compiling spez v0.1.2
2026-07-03T10:23:16.7689909Z    Compiling windows-interface v0.59.3
2026-07-03T10:23:16.7756096Z    Compiling tokio v1.52.3
2026-07-03T10:23:16.7786939Z    Compiling futures-util v0.3.32
2026-07-03T10:23:16.9362302Z    Compiling rustls-pki-types v1.14.1
2026-07-03T10:23:17.1884657Z    Compiling n0-error-macros v0.1.3
2026-07-03T10:23:17.3634361Z    Compiling windows-implement v0.60.2
2026-07-03T10:23:17.3959456Z    Compiling der v0.8.0-rc.10
2026-07-03T10:23:17.5218500Z    Compiling darling v0.20.11
2026-07-03T10:23:17.7846389Z    Compiling zerofrom v0.1.8
2026-07-03T10:23:17.7850866Z    Compiling pin-project-internal v1.1.13
2026-07-03T10:23:17.9410897Z    Compiling derive_builder_core v0.20.2
2026-07-03T10:23:18.0039145Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-03T10:23:18.3527687Z    Compiling yoke v0.8.3
2026-07-03T10:23:18.5165488Z    Compiling windows-core v0.62.2
2026-07-03T10:23:18.5649907Z    Compiling n0-error v0.1.3
2026-07-03T10:23:18.7303682Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-03T10:23:18.8483668Z    Compiling hash32 v0.2.1
2026-07-03T10:23:19.0799373Z    Compiling zerovec v0.11.6
2026-07-03T10:23:19.2616843Z    Compiling zerotrie v0.2.4
2026-07-03T10:23:19.2825503Z    Compiling ed25519-dalek v2.2.0
2026-07-03T10:23:19.6631430Z    Compiling spki v0.8.0-rc.4
2026-07-03T10:23:19.7708556Z    Compiling derive_builder_macro v0.20.2
2026-07-03T10:23:19.9805975Z    Compiling pin-project v1.1.13
2026-07-03T10:23:20.1096998Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-03T10:23:20.2869485Z    Compiling tinystr v0.8.3
2026-07-03T10:23:20.2869888Z    Compiling potential_utf v0.1.5
2026-07-03T10:23:20.4399471Z    Compiling vergen-gitcl v1.0.8
2026-07-03T10:23:20.5174347Z    Compiling icu_collections v2.2.0
2026-07-03T10:23:20.6097472Z    Compiling derive_builder v0.20.2
2026-07-03T10:23:20.6140552Z    Compiling spin v0.9.8
2026-07-03T10:23:20.6288826Z    Compiling windows-threading v0.2.1
2026-07-03T10:23:20.6851432Z    Compiling icu_locale_core v2.2.0
2026-07-03T10:23:20.7722461Z    Compiling signature v3.0.0
2026-07-03T10:23:20.8202054Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-03T10:23:20.8541803Z    Compiling fallible-iterator v0.3.0
2026-07-03T10:23:21.0649795Z    Compiling tower-layer v0.3.3
2026-07-03T10:23:21.0876138Z    Compiling ryu v1.0.23
2026-07-03T10:23:21.3713435Z    Compiling ipnet v2.12.0
2026-07-03T10:23:21.5725122Z    Compiling ed25519 v3.0.0-rc.4
2026-07-03T10:23:21.7063518Z    Compiling windows-future v0.3.2
2026-07-03T10:23:21.7628327Z    Compiling windows-targets v0.52.6
2026-07-03T10:23:21.7810824Z    Compiling proc-macro-crate v3.5.0
2026-07-03T10:23:21.9788485Z    Compiling prefix-trie v0.8.4
2026-07-03T10:23:22.1218131Z    Compiling once_cell v1.21.4
2026-07-03T10:23:22.1458256Z    Compiling derive_more v2.1.1
2026-07-03T10:23:22.2047294Z    Compiling futures-executor v0.3.32
2026-07-03T10:23:22.2544570Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-03T10:23:22.2888978Z    Compiling windows-numerics v0.3.1
2026-07-03T10:23:22.4216539Z    Compiling icu_provider v2.2.0
2026-07-03T10:23:22.5774658Z    Compiling tracing-core v0.1.36
2026-07-03T10:23:22.8428521Z    Compiling futures v0.3.32
2026-07-03T10:23:22.8485788Z    Compiling windows-collections v0.3.2
2026-07-03T10:23:22.8534627Z    Compiling spt-proto v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-03T10:23:22.8775041Z    Compiling cobs v0.3.0
2026-07-03T10:23:22.8782709Z    Compiling ghash v0.5.1
2026-07-03T10:23:22.9809864Z    Compiling postcard-derive v0.2.2
2026-07-03T10:23:22.9859463Z    Compiling aes v0.8.4
2026-07-03T10:23:23.0618941Z    Compiling hashbrown v0.14.5
2026-07-03T10:23:23.1053814Z    Compiling icu_normalizer v2.2.0
2026-07-03T10:23:23.1385807Z    Compiling icu_properties v2.2.0
2026-07-03T10:23:23.1609054Z    Compiling ctr v0.9.2
2026-07-03T10:23:23.1886470Z    Compiling sha2 v0.11.0-rc.5
2026-07-03T10:23:23.2753048Z    Compiling fs2 v0.4.3
2026-07-03T10:23:23.3604954Z    Compiling time v0.3.47
2026-07-03T10:23:23.3987416Z    Compiling http-body-util v0.1.3
2026-07-03T10:23:23.4919324Z    Compiling tracing v0.1.44
2026-07-03T10:23:23.5047899Z    Compiling aead v0.5.2
2026-07-03T10:23:23.6027072Z    Compiling utf8parse v0.2.2
2026-07-03T10:23:23.6715710Z    Compiling widestring v1.2.1
2026-07-03T10:23:23.7138926Z    Compiling arrayvec v0.7.6
2026-07-03T10:23:23.7803712Z    Compiling ipconfig v0.3.4
2026-07-03T10:23:23.9285240Z    Compiling hashlink v0.9.1
2026-07-03T10:23:23.9553417Z    Compiling postcard v1.1.3
2026-07-03T10:23:24.0127678Z    Compiling aes-gcm v0.10.3
2026-07-03T10:23:24.0400216Z    Compiling windows v0.62.2
2026-07-03T10:23:24.1212069Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-03T10:23:24.1665912Z    Compiling data-encoding-macro v0.1.20
2026-07-03T10:23:24.1931339Z    Compiling num_enum_derive v0.7.6
2026-07-03T10:23:24.2539147Z    Compiling windows-sys v0.59.0
2026-07-03T10:23:24.2955804Z    Compiling chrono v0.4.45
2026-07-03T10:23:24.4649796Z    Compiling rusqlite v0.32.1
2026-07-03T10:23:24.4765005Z    Compiling crossbeam-channel v0.5.15
2026-07-03T10:23:24.6598412Z    Compiling idna_adapter v1.2.2
2026-07-03T10:23:24.6827815Z    Compiling crossbeam-epoch v0.9.18
2026-07-03T10:23:24.7372397Z    Compiling strum_macros v0.28.0
2026-07-03T10:23:24.8265858Z    Compiling enum-assoc v1.3.0
2026-07-03T10:23:24.9195811Z    Compiling idna v1.1.0
2026-07-03T10:23:25.2921337Z    Compiling tokio-util v0.7.18
2026-07-03T10:23:25.4268695Z    Compiling url v2.5.8
2026-07-03T10:23:25.5232880Z    Compiling tower v0.5.3
2026-07-03T10:23:25.7041701Z    Compiling async-trait v0.1.89
2026-07-03T10:23:25.7984781Z    Compiling spt-store v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-03T10:23:26.1735252Z    Compiling iroh-metrics-derive v0.4.1
2026-07-03T10:23:26.5616387Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-03T10:23:26.7865441Z    Compiling h2 v0.4.14
2026-07-03T10:23:26.8213562Z    Compiling blake3 v1.8.5
2026-07-03T10:23:26.9003034Z    Compiling windows-registry v0.6.1
2026-07-03T10:23:26.9230506Z    Compiling uuid v1.23.2
2026-07-03T10:23:27.0081361Z    Compiling memoffset v0.6.5
2026-07-03T10:23:27.0149003Z    Compiling noq v0.18.0
2026-07-03T10:23:27.1456178Z    Compiling netwatch v0.16.0
2026-07-03T10:23:27.2817502Z    Compiling acto v0.8.2
2026-07-03T10:23:27.5065452Z    Compiling xml-rs v0.8.28
2026-07-03T10:23:27.5086083Z    Compiling sorted-index-buffer v0.2.1
2026-07-03T10:23:27.5216853Z    Compiling rustc-hash v2.1.2
2026-07-03T10:23:27.6007115Z    Compiling identity-hash v0.1.0
2026-07-03T10:23:27.6981350Z    Compiling mac-addr v0.3.0
2026-07-03T10:23:27.7874717Z    Compiling tagptr v0.2.0
2026-07-03T10:23:27.7944902Z    Compiling ref-cast v1.0.25
2026-07-03T10:23:27.8320959Z    Compiling thiserror v1.0.69
2026-07-03T10:23:27.8573059Z    Compiling lru-slab v0.1.2
2026-07-03T10:23:27.8884790Z    Compiling foldhash v0.2.0
2026-07-03T10:23:27.8994664Z    Compiling netdev v0.42.0
2026-07-03T10:23:28.0513548Z    Compiling strum v0.28.0
2026-07-03T10:23:28.1547926Z    Compiling hashbrown v0.16.1
2026-07-03T10:23:28.1793318Z    Compiling moka v0.12.15
2026-07-03T10:23:28.1897011Z    Compiling spt-msg v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-03T10:23:28.5972319Z    Compiling xmltree v0.10.3
2026-07-03T10:23:28.7083581Z    Compiling n0-watcher v0.6.1
2026-07-03T10:23:28.8256877Z    Compiling iroh-relay v0.98.0
2026-07-03T10:23:28.9648821Z    Compiling iroh-metrics v0.38.3
2026-07-03T10:23:29.0797954Z    Compiling tower-http v0.6.11
2026-07-03T10:23:29.1242923Z    Compiling tokio-stream v0.1.18
2026-07-03T10:23:29.2584397Z    Compiling iroh-base v0.98.0
2026-07-03T10:23:29.3293815Z    Compiling attohttpc v0.30.1
2026-07-03T10:23:29.5894762Z    Compiling num_enum v0.7.6
2026-07-03T10:23:29.8861054Z    Compiling serde_spanned v0.6.9
2026-07-03T10:23:29.9791384Z    Compiling toml_datetime v0.6.11
2026-07-03T10:23:29.9922971Z    Compiling thiserror-impl v1.0.69
2026-07-03T10:23:30.0368137Z    Compiling ref-cast-impl v1.0.25
2026-07-03T10:23:30.0757499Z    Compiling serde_derive_internals v0.29.1
2026-07-03T10:23:30.2003219Z    Compiling simple-dns v0.9.3
2026-07-03T10:23:30.2513588Z    Compiling serial-core v0.4.0
2026-07-03T10:23:30.3682273Z    Compiling aho-corasick v1.1.4
2026-07-03T10:23:30.4173012Z    Compiling regex-syntax v0.8.10
2026-07-03T10:23:30.5128070Z    Compiling winreg v0.10.1
2026-07-03T10:23:30.5827643Z    Compiling winnow v0.7.15
2026-07-03T10:23:30.6573470Z    Compiling constant_time_eq v0.4.2
2026-07-03T10:23:30.7369118Z    Compiling smol_str v0.1.24
2026-07-03T10:23:30.9748737Z    Compiling arrayref v0.3.9
2026-07-03T10:23:30.9927861Z    Compiling resolv-conf v0.7.6
2026-07-03T10:23:31.0108907Z    Compiling sha1_smol v1.0.1
2026-07-03T10:23:31.0875262Z    Compiling simdutf8 v0.1.5
2026-07-03T10:23:31.1509229Z    Compiling toml_write v0.1.2
2026-07-03T10:23:31.6203215Z    Compiling schemars_derive v1.2.1
2026-07-03T10:23:31.7301055Z    Compiling hyper v1.10.1
2026-07-03T10:23:31.7610372Z    Compiling serial-windows v0.4.0
2026-07-03T10:23:32.0515142Z    Compiling iroh-dns v0.98.0
2026-07-03T10:23:32.2395767Z    Compiling lru v0.16.4
2026-07-03T10:23:32.4939907Z    Compiling webpki-roots v1.0.7
2026-07-03T10:23:32.6143445Z    Compiling seize v0.5.1
2026-07-03T10:23:32.7124563Z    Compiling darling_core v0.23.0
2026-07-03T10:23:32.7285730Z    Compiling hmac v0.12.1
2026-07-03T10:23:32.7817691Z    Compiling serde_bytes v0.11.19
2026-07-03T10:23:32.8230646Z    Compiling iroh v0.98.2
2026-07-03T10:23:33.0106453Z    Compiling once_cell_polyfill v1.70.2
2026-07-03T10:23:33.1766713Z    Compiling regex-automata v0.4.14
2026-07-03T10:23:33.2156156Z    Compiling toml_edit v0.22.27
2026-07-03T10:23:33.3459557Z    Compiling anstyle v1.0.14
2026-07-03T10:23:33.4654059Z    Compiling pin-utils v0.1.0
2026-07-03T10:23:33.5244988Z    Compiling bitflags v1.3.2
2026-07-03T10:23:34.1403285Z    Compiling dyn-clone v1.0.20
2026-07-03T10:23:34.1451900Z    Compiling lazy_static v1.5.0
2026-07-03T10:23:34.1859867Z    Compiling cmov v0.5.4
2026-07-03T10:23:34.1880420Z    Compiling anstyle-wincon v3.0.11
2026-07-03T10:23:34.3262070Z    Compiling hyper-util v0.1.20
2026-07-03T10:23:34.3571307Z    Compiling shared_library v0.1.9
2026-07-03T10:23:34.3577101Z    Compiling schemars v1.2.1
2026-07-03T10:23:34.4192159Z    Compiling nix v0.25.1
2026-07-03T10:23:34.5620666Z    Compiling ctutils v0.4.2
2026-07-03T10:23:34.6244370Z    Compiling papaya v0.2.4
2026-07-03T10:23:34.7053645Z    Compiling hkdf v0.12.4
2026-07-03T10:23:34.7390612Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-03T10:23:34.7599142Z    Compiling filedescriptor v0.8.3
2026-07-03T10:23:34.9939723Z    Compiling wmi v0.18.4
2026-07-03T10:23:35.0059203Z    Compiling serial v0.4.0
2026-07-03T10:23:35.1790248Z    Compiling backon v1.6.0
2026-07-03T10:23:35.2483625Z    Compiling anstyle-parse v1.0.0
2026-07-03T10:23:35.3398584Z    Compiling anstyle-query v1.1.5
2026-07-03T10:23:35.6378376Z    Compiling vte_generate_state_changes v0.1.2
2026-07-03T10:23:35.6471381Z    Compiling instability v0.3.12
2026-07-03T10:23:35.7916126Z    Compiling paste v1.0.15
2026-07-03T10:23:35.8521977Z    Compiling shell-words v1.1.1
2026-07-03T10:23:35.8522353Z    Compiling is_terminal_polyfill v1.70.2
2026-07-03T10:23:36.0770737Z    Compiling toml v0.8.23
2026-07-03T10:23:36.1119373Z    Compiling foldhash v0.1.5
2026-07-03T10:23:36.2082343Z    Compiling igd-next v0.17.1
2026-07-03T10:23:36.2523470Z    Compiling downcast-rs v1.2.1
2026-07-03T10:23:36.3323766Z    Compiling colorchoice v1.0.5
2026-07-03T10:23:36.4544925Z    Compiling portable-pty v0.8.1
2026-07-03T10:23:36.4969412Z    Compiling anstream v1.0.0
2026-07-03T10:23:36.7821056Z    Compiling regex v1.12.3
2026-07-03T10:23:37.2557164Z    Compiling hashbrown v0.15.5
2026-07-03T10:23:37.4348744Z    Compiling portmapper v0.16.0
2026-07-03T10:23:37.4418443Z    Compiling spt-runtime v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-03T10:23:37.7682460Z    Compiling vte v0.13.1
2026-07-03T10:23:37.8355168Z    Compiling spake2 v0.4.0
2026-07-03T10:23:37.8620987Z    Compiling darling_macro v0.23.0
2026-07-03T10:23:37.9177160Z    Compiling strum_macros v0.26.4
2026-07-03T10:23:38.3726921Z    Compiling terminal_size v0.4.4
2026-07-03T10:23:38.4178235Z    Compiling crossterm_winapi v0.9.1
2026-07-03T10:23:38.5187513Z    Compiling itertools v0.13.0
2026-07-03T10:23:38.6395483Z    Compiling darling v0.23.0
2026-07-03T10:23:38.7597078Z    Compiling sha1 v0.10.6
2026-07-03T10:23:38.7597475Z    Compiling castaway v0.2.4
2026-07-03T10:23:38.7987826Z    Compiling unicode-width v0.1.14
2026-07-03T10:23:39.0655306Z    Compiling doctest-file v1.1.1
2026-07-03T10:23:39.0990289Z    Compiling static_assertions v1.1.0
2026-07-03T10:23:39.2552459Z    Compiling recvmsg v1.0.0
2026-07-03T10:23:39.7632946Z    Compiling indoc v2.0.7
2026-07-03T10:23:39.8388980Z    Compiling clap_lex v1.1.0
2026-07-03T10:23:39.8612897Z    Compiling compact_str v0.8.2
2026-07-03T10:23:40.0610270Z    Compiling clap_builder v4.6.0
2026-07-03T10:23:40.2153948Z    Compiling crossterm v0.28.1
2026-07-03T10:23:40.4091216Z    Compiling interprocess v2.4.2
2026-07-03T10:23:40.4167434Z    Compiling spt-live v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-03T10:23:40.4827717Z    Compiling spt-term v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-03T10:23:40.6566131Z    Compiling lru v0.12.5
2026-07-03T10:23:40.9756937Z    Compiling clap_derive v4.6.1
2026-07-03T10:23:41.0865308Z    Compiling unicode-width v0.2.0
2026-07-03T10:23:41.4308062Z    Compiling unicode-truncate v1.1.0
2026-07-03T10:23:41.4350739Z    Compiling strum v0.26.3
2026-07-03T10:23:41.6298127Z    Compiling error-code v3.3.2
2026-07-03T10:23:41.6854249Z    Compiling cassowary v0.3.0
2026-07-03T10:23:41.7215575Z    Compiling nucleo-matcher v0.3.1
2026-07-03T10:23:41.7494387Z    Compiling qrcode v0.14.1
2026-07-03T10:23:41.7881775Z    Compiling tempfile v3.27.0
2026-07-03T10:23:41.9162543Z    Compiling clipboard-win v5.4.1
2026-07-03T10:23:42.0938950Z    Compiling ratatui v0.29.0
2026-07-03T10:23:43.3105702Z    Compiling clap v4.6.1
2026-07-03T10:23:55.5148083Z    Compiling rustls-webpki v0.103.13
2026-07-03T10:23:59.4638087Z    Compiling tokio-rustls v0.26.4
2026-07-03T10:23:59.4638419Z    Compiling noq-proto v0.17.0
2026-07-03T10:23:59.4638680Z    Compiling rustls-platform-verifier v0.7.0
2026-07-03T10:23:59.6709688Z    Compiling hyper-rustls v0.27.9
2026-07-03T10:23:59.6710061Z    Compiling hickory-net v0.26.0-beta.4
2026-07-03T10:23:59.6710356Z    Compiling tokio-websockets v0.13.2
2026-07-03T10:23:59.8947531Z    Compiling reqwest v0.13.4
2026-07-03T10:24:01.0516018Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-03T10:24:19.2232445Z    Compiling spt-net v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-03T10:24:20.7125349Z    Compiling spt-daemon v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-03T10:24:30.4220638Z    Compiling spt v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-03T10:24:38.9846330Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 34s
2026-07-03T10:24:39.0060402Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-39a8c220a1ee3d92.exe)
2026-07-03T10:24:39.0555810Z 
2026-07-03T10:24:39.0556071Z running 1 test
2026-07-03T10:24:47.0137086Z test new_brain_serves_against_old_broker ... ok
2026-07-03T10:24:47.0137305Z 
2026-07-03T10:24:47.0137466Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.96s
2026-07-03T10:24:47.0137680Z 
